home *** CD-ROM | disk | FTP | other *** search
/ US Department of Defenseā€¦ndamentals 1.0 2004 April / US Department of Defense: Firewall & Router Fundamentals 1.0 2004 April.iso / text_only / includes / html_top.js < prev    next >
Text File  |  2004-02-04  |  282b  |  8 lines

  1. var subCookie = get_cookie_value("KU_"+ PROG_ID +"_"+ get_cookie_value("username",""),"");
  2. var tmpFullName = get_sub_cookie_value("fn",subCookie,"") + " " + get_sub_cookie_value("ln",subCookie,"");
  3.  
  4. //write out Top half of HTML
  5. var tmp_html = "";
  6. document.write (tmp_html);
  7.  
  8.